BinarySearch(Int32,Int32,ah,IComparer<ah>) Method
In This Topic
Syntax
'Declaration
Public Overloads Function BinarySearch( _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As ah, _
ByVal As System.Collections.Generic.IComparer(Of ah) _
) As System.Integer
public System.int BinarySearch(
System.int ,
System.int ,
ah ,
System.Collections.Generic.IComparer<ah>
)
Parameters
- index
- count
- item
- comparer
See Also